@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'Univers';      
src: url('Univers.eot'); /* IE9 Compat Modes */      
src: url('Univers.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Univers.woff') format('woff'), /* Modern Browsers */              
url('Univers.ttf')  format('truetype'), /* Safari, Android, iOS */              url('Univers.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'MaisonNeue-Bold';      
src: url('MaisonNeue-Bold.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Bold.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'MaisonNeue-Book';      
src: url('MaisonNeue-Book.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Book.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Book.otf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Book.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
    line-height: 84px;
}

.nav {
    padding-left: 20px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #222222;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    font-family:'Univers', Helvetica, Arial, sans-serif;
    color: #808080;
	font-size:16px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

       .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	

.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1430px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.banner img {
    width:100%;
}
   
.sousuo {
   line-height:104px;
   color:#b3b3b3;
   font-size:16px;
   }
   
.sousuo a {
   color:#b3b3b3;
   }
   
.sousuo a:hover {
   color:#ec820e;
   }
   
ul {
   margin-bottom: 0px;
   padding: 0px;
   }
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:98;
   }

.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

}  


.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 64px 64px;
    background-position: center;
    background-repeat: no-repeat;
	left:75px;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 64px 64px;
    background-position: center;
    background-repeat: no-repeat;
	right:75px;
}

.fudong {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 35%;
	left:16%;
    color: #FFF;
}

.fudong h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:26px;
   margin-top:0px;
   margin-bottom:15px;
   padding-top:39px;
   background:url(../images/shua.jpg) left top; background-repeat:no-repeat;
   }
   
.fudong h3 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:51px;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.fudong h4 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:26px;
   margin-top:0px;
   margin-bottom:130px;
   }
   
.fdmore {
   height:auto; overflow:hidden;
   }
   
.fdmore a {
   display:block;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   width:145px;
   height:49px;
   line-height:49px;
   text-align:center;
   color:#FFFFFF;
   font-size:16px;
   background-color:#ec820e;
   } 
   
.fdmore a:hover {
   background-color:#b86b17;
   }  
   
.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background: none;
	border:3px solid #FFFFFF;
    opacity: .56;
} 

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}  

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px;
    left: 70%;
    width: 100px;
}
   
   
.lanmu {
    position:relative;
	width:1400px;
	margin:-73px auto 0px;
	height:auto; overflow:hidden;
	z-index:9;
	box-shadow: 0px 10px 10px rgba(0,0,0,.3);
	}

.lanmu li {
   list-style-type:none;
   width:33.3%;
   float:left;
   }   
   
.lanmukk {
   height:147px;
   background-color:#FFFFFF;
   padding:40px;
   color:#999999;
   }
   
.lanmukk a {
   color:#999999;
   }
   
.lanmukk2 {
   height:147px;
   background:url(../images/abn.jpg) center;
   color:#FFFFFF;
   padding:40px;
   padding-right:20px;
   }
   
.lanmukk2 a {
   color:#FFFFFF;
   }
   
.lanmu-aa {
   width:14%;
   float:left;
   }
   
.lanmu-bb {
   width:80%;
   float:right;
   }
   
.lanmu-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.guanyu {
   height:auto; overflow:hidden;
   padding-top:205px;
   padding-bottom:73px;
   } 
   
.guanyu h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:44px;
   text-align:center;
   margin-top:0px;
   margin-bottom:23px;
   color:#333333;
   } 
   
.guanyu h3 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:16px;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   color:#999999;
   } 
   
.dlrow {
   margin-left:-7px;
   margin-right:-7px;
   }
   
.dlww {
   width:50%;
   float:left;
   padding-left:7px;
   padding-right:7px;
   }
   
.dlwwtu {
   position:relative;
   }
   
   
.dlww img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.dlww:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.dlww section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 


.zhezhao {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
	line-height:80px;
	padding-left:35px;
    color: #FFFFFF;
    font-size: 30px;
	z-index:999;
    transition: all 300ms ease-in 0ms;
}

.dlww:hover .zhezhao {
    height: 100%;
    padding-top: 20%;
	padding-left:0px;
	background-color: rgba(35,121,189,0.8);
	text-align:center;
    transition: all 300ms ease-in 0ms;
}

.products {
   height:auto; overflow:hidden;
   background-color:#f4f8fb;
   padding-top:45px;
   padding-bottom:25px;
   }
   
.cplan {
   height:auto; overflow:hidden;
   line-height:33px;
   }
   
.cplan-aa {
   width:50%;
   float:left;
   font-size:24px;
   }
   
.cplan-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.xian {
   color:#d7dfe6;
   }
   
.cpgundd {
   margin-top:60px;
   height:auto; overflow:hidden;
   }
   
   
.cptu {
   height:auto; overflow:hidden;
   }
   
.cptu p {
   margin-top:18px;
   font-size:18px;
   color:#555656;
   }
   
.cptu a {
   color:#555656;
   }   
   
.cpbd {
   border:1px solid #e4e9ef;
   }
   
.cpgundd .swiper-container {
   padding-bottom:112px;
   }
   
.cpgundd .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #1274d2;
    opacity: .25;
}

.cpgundd .swiper-pagination-bullet-active {
    opacity: 1;
	width:28px;
    background: #1274d2;
}

.whybj {
   height:auto; overflow:hidden;
   padding-top:73px;
   padding-bottom:147px;
   background:url(../images/whybj.jpg) center top;
   }
   
.whybj h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:44px;
   text-align:center;
   margin-top:0px;
   margin-bottom:26px;
   color:#333333;
   }
   
.whybj h3 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:16px;
   text-align:center;
   color:#999999;
   margin-top:0px;
   margin-bottom:60px;
   }
   

.cpgun li h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:42px;
   margin-bottom:26px;
   color:#FFFFFF;
   }  
   
   
.whyzi {
   height:auto; overflow:hidden;
   line-height:30px;
   font-size:16px;
   color:#FFFFFF;
   display: none;
} 

.whyzi-more {
   margin-top:61px;
   }
   
.whyzi-more a {
   display:block;
   width:145px;
   height:49px;
   line-height:46px;
   text-align:center;
   color:#FFFFFF;
   font-size:16px;
   background-color:#ec820e;
   }
   
.whyzi-more a:hover {
   background-color:#b86b17;
   }
   
.cpgun ul li.on .whyzi {
   display:block;
   }    
   
   
.jia {
   width:44px;
   height:44px;
   margin-top:183px;
   margin-left:50px;
   display:block;
   }
   
.cpgun ul li.on .jia {
   display:none;
   }
   
   
.xinwen {
   height:auto; overflow:hidden;
   margin-top:45px;
   margin-bottom:58px;
   }
   
.xwkk {
   width:56%;
   float:left;
   }
   
.xwkk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:27px;
   }
   
.xwzi {
   position:relative;
   margin-top:-135px;
   height:135px;
   color:#FFFFFF;
   z-index:99;
   }
   
.xwzi-aa {
   width:73%;
   height:135px;
   padding:20px;
   padding-top:30px;
   line-height:24px;
   float:left;
   background-color:#1274d2;
   color:rgba(255,255,255,0.64);
   }
   
.xwzi-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;
   }   
   
.xwzi-bb {
   width:27%;
   height:135px;
   padding:33px;
   padding-right:50px;
   float:right;
   text-align:right;
   background:rgba(0,0,0,.63);
   }
   
.xwzi-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:31px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;
   } 
   
.xwhang {
   margin-top:15px;
   height:auto; overflow:hidden;
   background-color:#f5f5f5;
   padding-left:30px;
   padding-right:22px;
   line-height:78px;
   font-size:16px;
   } 
   
.xwhang-aa {
   width:80%;
   float:left;
   }
   
.xwhang-bb {
   width:20%;
   float:right;
   text-align:right;
   color:rgba(51,51,51,.63);
   }    
   
.fuwu {
   width:35%;
   float:right;
   }
   
.fuwu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.casett {
   height:auto; overflow:hidden;
   margin-bottom:10px;
   position:relative;
   }
   
.fuwu .swiper-container {
   padding-top:43px;
   margin-top:-16px;
   }
   
.fuwu .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0px;
    left: 80%;
    width: 80px;
}


.ditu {
   height:370px;
   padding-top:56px;
   color:#FFFFFF;
   font-size:16px;
   line-height:24px;
   background:url(../images/ditubj.jpg) center; background-repeat:no-repeat;
   }
   
.ditu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:34px;
   padding-bottom:20px;
   background:url(../images/hua2.jpg) bottom left; background-repeat:no-repeat;
   }
   
.sousuox {
   margin-top:42px;
   border-radius: 0;
   width:422px;
   }
   
.sousuox form {
    display: flex;
}

.sousuox .search {
    border: 0;
    height: 50px;
    font-size: 16px;
    padding-left: 10px;
    width: 77%;
	color:#b2b2b2;
	background-color:#FFFFFF;
}   

.sousuox .btn {
    height: 50px;
    margin: 0;
    background: #ec820e;
	font-size:20px;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    width: 23%;
}   


.bottom {
   height:auto; overflow:hidden;
   background-color:#333333;
   color:rgba(255,255,255,.3);
   padding-top:40px;
   line-height:42px;
   font-size:16px;
   } 
   
.bottom a {
   color:rgba(255,255,255,.3);
   } 
   
.bottom a:hover {
   color:#f98100;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:30px;
   color:#FFFFFF;
   } 
   
.lxdi {
   margin-top:35px;
   height:auto; overflow:hidden;
   line-height:26px;
   } 
   
.lxdi p {
   margin-bottom:23px;
   } 
   
.kk1 {
   height:54px;
   background-color:#2f2f2f;
   border:1px solid #2f2f2f;
   border-radius: 0;
   color:rgba(255,255,255,.6);
   }
   
.kk2 {   
   height:auto; overflow:hidden;
   background-color:#2f2f2f;
   border:1px solid #2f2f2f;
   border-radius: 0;
   color:rgba(255,255,255,.6);
   } 
   
.biaodan p {
   margin-bottom:12px;
   }
   
   
.antt {
   font-size:18px;
   width:247px;
   height:50px;
   text-align:left;
   background:url(../images/anniu.png);
   padding-left:25px;
   color:#FFFFFF;
   border-radius: 0;
   }  
   
   
.footer {
   margin-top:20px;
   height:auto; overflow:hidden;
   line-height:88px;
   font-size:14px;
   color:rgba(255,255,255,.8);
   border-top:1px solid #434343;
   }
   
.juyou {
   text-align:right;
   }  
   
.ship {
    position: relative;
}


.syvideo {

    width: 100%;

    height: auto;

    margin: 0;

    -webkit-transition: all 2s;

    -moz-transition: all 2s;

    -ms-transition: all 2s;

    -o-transition: all 2s;

    transition: all 2s;

}


.pr {

    position: relative;

}


.sysf3_1 {

    width: 100%;

    height: 920px;

    z-index: 0 !important;

} 

.yd {
   display:none;
   }
   
.yc {
   display:block;
   }
   
.bnn {
   height:450px;
   background:url(../images/bnn.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   margin-top:104px;
   }
   
.bnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn a {
   color:rgba(255,255,255,.4);
   }
   
.ablan {
   position:relative;
   height:auto; overflow:hidden;
   margin-top:-47px;
   z-index:10;
   }
   
.ablan li {
   list-style-type:none;
   float:left;
   padding:3px;
   margin-right:18px;
   }
   
.ablan li a {
   display:block;
   height:80px;
   line-height:80px;
   padding-left:90px;
   padding-right:30px;
   color:#545c70;
   font-size:20px;
   box-shadow: 0px 0px 5px rgba(0,0,0,.3);
   }
   
.f1 {
   background:url(../images/f1.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f2 {
   background:url(../images/f2.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f3 {
   background:url(../images/f3.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f4 {
   background:url(../images/f4.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.ablan li a:hover {
   background:url(../images/abt2.jpg);
   color:#FFFFFF;
   }
   
.ablan li.hover a {
   background:url(../images/abt2.jpg);
   color:#FFFFFF;
   }
   
.ablan li:hover .f1 {
   background:url(../images/f1.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f1 {
   background:url(../images/f1.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f2 {
   background:url(../images/f2.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f2 {
   background:url(../images/f2.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f3 {
   background:url(../images/f3.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f3 {
   background:url(../images/f3.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f4 {
   background:url(../images/f4.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f4 {
   background:url(../images/f4.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.abnn {
   height:auto; overflow:hidden;
   margin-top:100px;
   margin-bottom:150px;
   line-height:35px;
   }
   
.abnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   margin-top:0px;
   margin-bottom:45px;
   color:#000000;
   }
   
.team {
   background-color:#043e97;
   height:auto; overflow:hidden;
   }
   
.team-aa {
   width:37%;
   height:550px;
   padding-top:80px;
   padding-right:33px;
   float:left;
   padding-left:14%;
   color:#FFFFFF;
   font-size:16px;
   line-height:30px;
   background:url(../images/tmbj.png) right bottom; background-repeat:no-repeat;
   }
   
.team-aa h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:37px;
   }
   
.team-bb {
   width:63%;
   float:right;
   }
   
.team-bb .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .2;
}

.team-bb .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}


.hezuo {
   height:588px;
   padding-top:90px;
   line-height:32px;
   text-align:center;
   background:url(../images/hzbj.jpg) center; background-repeat:no-repeat;
   }
   
.hezuo h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   text-align:center;
   margin-top:0px;
   margin-bottom:35px;
   color:#000000;
   }
   
/* 产品 */
.bnn2 {
   height:450px;
   background:url(../images/bnn2.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   margin-top:104px;
   }
   
.bnn2 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn2 a {
   color:rgba(255,255,255,.4);
   } 
   
   
.cpnn {
   height:auto; overflow:hidden;
   margin-top:35px;
   margin-bottom:95px;
   }
   
.cpnn-left {
   width:25%;
   float:left;
   }
   
.cpt {
   height:80px;
   line-height:80px;
   padding-left:14px;
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   background:url(../images/cpt.jpg);
   }
   
.cphh {
   margin-top:3px;
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   padding:14px;
   padding-bottom:70px;
   }
   
.cphh li {
   list-style-type:none;
   height:56px;
   line-height:56px;
   border-bottom:1px solid #f0f0f0;
   }
   
.cphh li a {
   display:block;
   height:56px;
   line-height:56px;
   font-size:15px;
   color:#585757;
   }
   
.cphh li a:hover {
   color:#0061eb;
   }
   
.cphh li.hover a {
   color:#0061eb;
   }
   
.cpt2 {
   margin-top:50px;
   height:70px;
   line-height:70px;
   padding-left:14px;
  background: -webkit-linear-gradient(left, #005dea , #02c2f8); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #005dea, #02c2f8); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #005dea, #02c2f8); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #005dea , #02c2f8); /* ��׼���﷨ */
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   }  
   
.cpt2-nn {
   height:auto; overflow:hidden;
   padding:18px;
   padding-top:14px;
   padding-bottom:0px;
   background-color:#f7f7f7;
   margin-top:3px;
   } 
   
.cpt2-nn li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:27px;
   }
   
.cpt2-nn-aa {
   width:36%;
   float:left;
   }
   
.cpt2-nn-bb {
   width:60%;
   float:right;
   padding-top:25px;
   font-size:16px;
   }
   
   
.cpnn-right {
   width:73%;
   float:right;
   }
   
.cpt3 {
   margin-top:24px;
   height:70px;
   line-height:70px;
   padding-left:14px;
  background: -webkit-linear-gradient(left, #005dea , #02c2f8); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #005dea, #02c2f8); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #005dea, #02c2f8); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #005dea , #02c2f8); /* ��׼���﷨ */
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   } 
   
.cpt3-nn {
   height:auto; overflow:hidden;
   padding:30px;
   background-color:#f7f7f7;
   margin-top:3px;
   }
   
.lxkk {
   height:auto; overflow:hidden;
   line-height:36px;
   font-size:18px;
   color:#333333;
   margin-bottom:40px;
   }
   
.lanse {
   color:#043e97;
   }
   
.lantt {
  height:auto; overflow:hidden;
  line-height:70px;
  background-color:#f7f7f7;
  padding-left:20px;
  font-size:21px;
  } 
  
.cpyy {
   height:auto; overflow:hidden;
   margin-top:40px;
   }   
   
.cptuk {
   height:auto; overflow:hidden;
   margin-bottom:34px;
   background-color:#f7f7f7;
   border:12px solid #f7f7f7;
   }
   
.cptuk p {
   margin-top:25px;
   margin-bottom:0px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   text-align:center;
   font-size:16px;
   color:#585757;
   }
   
.cptuk:hover {
   background-color:#0068ec;
   border:12px solid #0068ec;
   transition: all 500ms ease-in 0ms;
   }
   
.cptuk:hover p {
   color:#FFFFFF;
   }
   
/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}

.xianshi {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}

.page-m a.active {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}   

/* 新闻 */ 
.bnn3 {
   height:450px;
   background:url(../images/bnn3.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   margin-top:104px;
   }
   
.bnn3 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn3 a {
   color:rgba(255,255,255,.4);
   } 
   
.f5 {
   background:url(../images/f5.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f6 {
   background:url(../images/f6.png) top left; background-repeat:no-repeat;
   height:80px;
   } 
   
.ablan li:hover .f5 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .h5 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f6 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.ablan li.hover .f6 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.xwnn {
   margin-top:65px;
   margin-bottom:34px;
   height:auto; overflow:hidden;
   }
   
.newst {
   height:auto; overflow:hidden;
   border:1px solid #f5f5f5;
   margin-bottom:50px;
   } 
   
.newst-zi {
   height:auto; overflow:hidden;
   padding:15px;
   color:#666666;
   line-height:25px;
   }
   
.newst-zi h2 {
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:16px;
   height:36px;
   color:#333333;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.newst-tm {
   margin-top:35px;
   height:auto; overflow:hidden;
   color:rgba(41,48,65,.32);
   }
   
.newst img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.newst:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.newst section {
   overflow: hidden;
   }	
   
.newst:hover {
   border:1px solid #043e97;
   transition: all 500ms ease-in 0ms;
   } 
   
.newst:hover h2 {
   color:#043e97;
   transition: all 500ms ease-in 0ms;
   }
	
/* 联系我们 */ 
.bnn4 {
   height:450px;
   background:url(../images/bnn4.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   margin-top:104px;
   }
   
.bnn4 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn4 a {
   color:rgba(255,255,255,.4);
   } 

.f7 {
   background:url(../images/f5.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f8 {
   background:url(../images/f6.png) top left; background-repeat:no-repeat;
   height:80px;
   }  
   
.ablan li:hover .f7 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f7 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f8 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.ablan li.hover .f8 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }  
   
.lxnn {
   margin-top:50px;
   margin-bottom:110px;
   } 
   
.lxnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#252525;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }    
   
.lxnn h3 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#666666;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }  
   
.ditux {
   border:5px solid #FFFFFF;
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 5px rgba(0,0,0,.3);
   }
   
.lxhh {
   height:auto; overflow:hidden;
   padding-top:10px;
   padding-bottom:25px;
   border-bottom:1px solid #f0f0f0;
   }
   
.lxhh-aa {
   width:10%;
   float:left;
   }
   
.lxhh-bb {
   width:89%;
   float:right;
   color:#666666;
   font-size:16px;
   }
   
.lxhh-bb h4 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:8px;
   margin-bottom:16px;
   color:#333333;
   }
   
.dituw {
   width:100%;
   height:620px;
   position:relative;
   }  
   
.dituzi {
   height:620px;
   padding-top:90px;
   padding-bottom:90px;
   background:url(../images/dtzi.png) center; background-repeat:no-repeat;
   position:relative;
   margin-top:-620px;
   } 
   
.dituzi h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.kk1 {
   height:50px;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.kk2 {
   height:auto; overflow:hidden;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.dituzi p {
   margin-bottom:30px;
   }
   
   
.dtmore {
   margin-top:36px;
   height:auto; overflow:hidden;
   }
   
.dtmorex {
   width:205px;
   height:55px;
   border-radius: 0;
   background: -webkit-linear-gradient(left, #005dea , #02c2f8); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #005dea, #02c2f8); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #005dea, #02c2f8); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #005dea , #02c2f8); /* ��׼���﷨ */   
   border:1px solid #005eea;
   font-size:18px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   } 
   
.dtmorex:hover { 
   border:1px solid #005eea;  
   }
   
   
/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}

.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #c0121b;
    border-radius: 20px;
} 


/* 产品详情 */
.cpyy h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 

.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiao-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiao-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #e62129;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}   

/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{
	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
}  

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 
   
   
/* 产品详情页 */ 
.cpyy-lan {
   height:auto; overflow:hidden;
   line-height:41px;
   background:url(../images/xqx.png) left; background-repeat:no-repeat;
   padding-left:30px;
   color:#606972;
   margin-top:60px;
   } 
   
.cpyy-nei {
   height:auto; overflow:hidden;
   margin-top:40px;
   }     
       
	   
.cpyy-nei .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
	height:41px;
    vertical-align: top;
    border-top: 0px solid #dddddd;
	border-bottom: 1px solid #eeeeee;
}	 

.xgg {
   height:auto; overflow:hidden;
   margin-top:40px;
   }
   
.xgg-lan {
   height:auto; overflow:hidden;
   line-height:45px;
   font-size:24px;
   color:#111111;
   margin-bottom:25px;
   }
   
.xgg-nei {
   height:auto; overflow:hidden;
   }
   
.xgg-nei li {
   list-style-type:none;
   float:left;
   margin-right:33px;
   width:314px;
   }
   
   
.cpg {
   border:15px solid #f7f7f7;
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   }
   
.cpg p {
   margin-top:27px;
   text-align:center;
   font-size:16px;
   color:#585757;
   }
   
.cpg:hover {
   background-color:#0068ec;
   border:15px solid #0068ec;
   transition: all 500ms ease-in 0ms;
   }
   
.cpg:hover p {
   color:#FFFFFF;
   }   
  

@media (min-width: 1200px) and (max-width: 1600px) {
.kuanping {
   width:100%;
   }
   
.container {
   width:100%;
   }
   
.lanmu {
   width:100%;
   }

}



@media (min-width: 0px) and (max-width: 768px) {


body {
   margin-top:104px;
}

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.lanmu {
   width:100%;
   margin: 0px auto 0px;
   }
   
.lanmu li {
   list-style-type:none;
   width:100%;
   float:left;
   } 
   
.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.navbar-toggle {

    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 8px;

}

.guanyu {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}
  
.guanyu h2 {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 23px;
    color: #333333;
}   
   
zhezhao {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 18px;
    z-index: 999;
    transition: all 300ms ease-in 0ms;
}  


.xwkk {
    width: 100%;
    float: left;
} 

.fuwu {
    width: 100%;
    float: right;
}

.xwhang {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
    font-size: 14px;
}

.xwhang-aa {
    width: 70%;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    float: left;
}

.xwhang-bb {
   width:29%;
   }
   
.sousuox {
    margin-top: 42px;
    border-radius: 0;
    width: 100%;
}  

.team-aa {
   width:100%;
   }
   
.team-bb {
   width:100%;
   }
   
.hezuo {
   height:auto; overflow:hidden;
   padding-bottom:30px;
   }

.cpnn-left {
    width: 100%;
    float: left;
} 

.cpnn-right {
    width: 100%;
    float: right;
} 

.dituzi {
   height:620px;
   padding-top:90px;
   padding-bottom:90px;
   background:none;
   background-color:#1d1d2d;
   position:relative;
   margin-top:0px;
   } 

}


